Game xếp hình Tetris C#

1 <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>
8.0.21022</ProductVersion>
5     <SchemaVersion>
2.0</SchemaVersion>
6     <ProjectGuid>{
70119E03-2B8F-4F12-B664-F4E7F5F1FB68}</ProjectGuid>
7     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ApplicationIcon>App.ico</ApplicationIcon>
10     <AssemblyKeyContainerName>
11     </AssemblyKeyContainerName>
12     <AssemblyName>Tetris</AssemblyName>
13     <AssemblyOriginatorKeyFile>
14     </AssemblyOriginatorKeyFile>
15     <DefaultClientScript>JScript</DefaultClientScript>
16     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17     <DefaultTargetSchema>IE50</DefaultTargetSchema>
18     <DelaySign>
false</DelaySign>
19     <OutputType>WinExe</OutputType>
20     <RootNamespace>Tetris</RootNamespace>
21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22     <StartupObject>Tetris.Juego</StartupObject>
23     <FileUpgradeFlags>
24     </FileUpgradeFlags>
25     <UpgradeBackupLocation>
26     </UpgradeBackupLocation>
27     <OldToolsVersion>
0.0</OldToolsVersion>
28   </PropertyGroup>
29   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30     <OutputPath>bin\Debug\</OutputPath>
31     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
32     <BaseAddress>
285212672</BaseAddress>
33     <CheckForOverflowUnderflow>
false</CheckForOverflowUnderflow>
34     <ConfigurationOverrideFile>
35     </ConfigurationOverrideFile>
36     <DefineConstants>DEBUG;TRACE</DefineConstants>
37     <DocumentationFile>
38     </DocumentationFile>
39     <DebugSymbols>
true</DebugSymbols>
40     <FileAlignment>
4096</FileAlignment>
41     <NoStdLib>
false</NoStdLib>
42     <NoWarn>
43     </NoWarn>
44     <Optimize>
false</Optimize>
45     <RegisterForComInterop>
false</RegisterForComInterop>
46     <RemoveIntegerChecks>
false</RemoveIntegerChecks>
47     <TreatWarningsAsErrors>
false</TreatWarningsAsErrors>
48     <WarningLevel>
4</WarningLevel>
49     <DebugType>full</DebugType>
50     <ErrorReport>prompt</ErrorReport>
51   </PropertyGroup>
52   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53     <OutputPath>bin\Release\</OutputPath>
54     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
55     <BaseAddress>
285212672</BaseAddress>
56     <CheckForOverflowUnderflow>
false</CheckForOverflowUnderflow>
57     <ConfigurationOverrideFile>
58     </ConfigurationOverrideFile>
59     <DefineConstants>TRACE</DefineConstants>
60     <DocumentationFile>
61     </DocumentationFile>
62     <DebugSymbols>
false</DebugSymbols>
63     <FileAlignment>
4096</FileAlignment>
64     <NoStdLib>
false</NoStdLib>
65     <NoWarn>
66     </NoWarn>
67     <Optimize>
true</Optimize>
68     <RegisterForComInterop>
false</RegisterForComInterop>
69     <RemoveIntegerChecks>
false</RemoveIntegerChecks>
70     <TreatWarningsAsErrors>
false</TreatWarningsAsErrors>
71     <WarningLevel>
4</WarningLevel>
72     <DebugType>none</DebugType>
73     <ErrorReport>prompt</ErrorReport>
74   </PropertyGroup>
75   <ItemGroup>
76     <Reference Include=
"System">
77       <Name>System</Name>
78     </Reference>
79     <Reference Include=
"System.Data">
80       <Name>System.Data</Name>
81     </Reference>
82     <Reference Include=
"System.Drawing">
83       <Name>System.Drawing</Name>
84     </Reference>
85     <Reference Include=
"System.Windows.Forms">
86       <Name>System.Windows.Forms</Name>
87     </Reference>
88     <Reference Include=
"System.Xml">
89       <Name>System.XML</Name>
90     </Reference>
91   </ItemGroup>
92   <ItemGroup>
93     <Compile Include=
"AcercaDe.cs">
94       <SubType>Form</SubType>
95     </Compile>
96     <Compile Include=
"AssemblyInfo.cs">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include=
"Constantes.cs">
100       <SubType>Code</SubType>
101     </Compile>
102     <Compile Include=
"FormaPieza.cs">
103       <SubType>Code</SubType>
104     </Compile>
105     <Compile Include=
"frmGUI.cs">
106       <SubType>Form</SubType>
107     </Compile>
108     <Compile Include=
"Juego.cs">
109       <SubType>Code</SubType>
110     </Compile>
111     <Compile Include=
"MatrizPantalla.cs">
112       <SubType>Code</SubType>
113     </Compile>
114     <Compile Include=
"Pieza.cs">
115       <SubType>Code</SubType>
116     </Compile>
117     <Compile Include=
"Pruebas.cs">
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include=
"Tetris.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include=
"Utiles.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <EmbeddedResource Include=
"AcercaDe.resx">
127       <DependentUpon>AcercaDe.cs</DependentUpon>
128     </EmbeddedResource>
129     <EmbeddedResource Include=
"frmGUI.resx">
130       <DependentUpon>frmGUI.cs</DependentUpon>
131     </EmbeddedResource>
132     <None Include=
"app.config" />
133     <Content Include=
"App.ico" />
134   </ItemGroup>
135   <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
136   <PropertyGroup>
137     <PreBuildEvent>
138     </PreBuildEvent>
139     <PostBuildEvent>
140     </PostBuildEvent>
141   </PropertyGroup>
142 </Project>



Game xếp hình Tetris C# 5.869 lượt xem

Gõ tìm kiếm nhanh...